.banner {
	width: 100%;
	height: 10.8rem;
	overflow: hidden;
}
.banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 10.8rem;
}

.swiper-button-prev,
.swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top: -0.32rem;
	border-radius: 100%;
	background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.swiper-button-next span {
	background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
	left: auto;
	right: 0.2rem;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
	opacity: .6;
}

/*分页器*/
.banner .swiper-pagination {
	top: auto;
	bottom: 0.5rem;
	background: none;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 0.23rem;
	height: 0.05rem;
	margin: 0 0.1rem;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}

.banner .swiper-pagination-bullet span {
	width: 0.23rem;
	height: 0.05rem;
	display: block;
	background:#fff;
}

.banner .swiper-pagination-bullet-active span {
	background: #fff;
}

.banner .autoplay .swiper-pagination-bullet-active span {
	background: #fff;
}

.banner .swiper-pagination-bullet i {
	background: gray;
	height: 0.05rem;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}

.banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
}

.banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
}

.banner .autoplay .replace span {
	background: gray;
}

/*内容样式*/

.slide1 {
	background: #0081CC url(../img/banner_1.png) no-repeat 50% 10%;
	background-size: auto 100%;
}

.slide2 {
	background: #0081CC url(../img/banner_2.png) no-repeat center 50%;
	background-size: auto 100%;
}


.banner_content{
		margin: 0 auto;
		width: 13rem;
}

.banner_content .banner_tit {
	margin-top: 3.35rem;
	font-size: 0.72rem;
	font-weight: bold;
	color: #fff;
}
.banner_content .banner_txt {
	margin-top: 0.64rem;
	font-size: 0.48rem;
	color: #fff;
}
.banner_content .banner_btn {
	margin-top: 1rem;
	font-size: 0.24rem;
	color: #666;
	background: #FFFFFF;
	width: 2.05rem;
	height: 0.74rem;
	text-align: center;
	line-height: 0.74rem;
	border-radius: 5rem;
}